Xdialog Radio Buttons

Description

Syntax for creating Radio Button controls in an Xdialog.

Name
Description
Radio Button (Freeform) Control Syntax

One or more Radio Button objects may appear inside the Format section of a UI_DLG_BOX() function.

Radio Button B Directive

The B directive sets the border style for a radio button when it uses an image for the actual button.  When you have multiple directives in a Format string, you separate them with semi-colons ";".

Radio Button Control Methods

The Radio Button Control has the following methods. The radio button control methods are used with a pointer to the control in the following way: .METHOD(). Refer to Retrieving a Pointer to a Control for techniques for getting a pointer.

Radio Button I Directive

The I directive defines an image to place on a radio button.  When you have multiple directives in a Format string, you separate them with semi-colons ";".

Radio Button Syntax

One or more Radio Button objects may appear inside the Format section of a UI_DLG_BOX() function. If you are testing the value of the selected radio button, it is advisable to use ALLTRIM().

Radio Button T Directive

The T directive defines bubble help for a radio button.  When you have multiple directives in a Format string, you separate them with semi-colons ";".

Radio Button Table Lookup

The Radio Button tab of the Table Lookups form contains two radio buttons. There are no field rules or choices defined in object properties. The implementation is based on Xbasic code as follows.